Welcome![Sign In][Sign Up]
Location:
Search - mfcc c

Search list

[Speech/Voice recognition/combinemfcc

Description: 用c语言编写的语音特征参数的程序,该语音特征参数为mfcc参数,主要用于说话人识别-used language voice characteristic parameters of the procedure, the characteristic parameters for voice mfcc parameters, mainly for Speaker Recognition
Platform: | Size: 3072 | Author: 张龙 | Hits:

[Speech/Voice recognition/combinesvlib_pc

Description: This class library contains more than 20 classes including feature extraction algorithms (MFCC, LPCC) and modeling techniques (HMM, GMM, DTW, VQ ) for automatic speech recognition and speaker verification
Platform: | Size: 1405952 | Author: 站长 | Hits:

[Speech/Voice recognition/combinespeech_analysis

Description: 这时一个语音特征提取的程序源码,除了包含矩阵运算和矢量运算外,还包含了很多语音特征的提取算法,包括:共振峰(formant)提取、基音(pitch)提取、端点(endpoint)检测、线性预测系数(LPCC)、MFCC、LSF、PLCC、EPOCH等。这是我见到的最全的语音分析源码,推荐!-Then a voice feature extraction procedures source, in addition to containing matrix and vector operations, it also includes many voice feature extraction algorithm, including : Formant (formant) extraction, pitch (pitch) extraction, endpoint (endpoint) detection, coefficient of linear prediction ( LPCC), MFCC, LSF, PLCC, such as EPOCH. This is the most I have seen all-source analysis of the voice, recommended!
Platform: | Size: 484352 | Author: 吕学刚 | Hits:

[Speech/Voice recognition/combineMFCCandLPC

Description: 提取MFCC和LPC系数的程序,很详尽,从提取LPC到MFCC逐步进行-extraction MFCC and LPC coefficients procedures, is very detailed, from the extraction of LPC gradually MFCC
Platform: | Size: 3072 | Author: chang | Hits:

[Speech/Voice recognition/combinemfccCchengxu

Description: 语音识别中提取特征系数-美尔倒谱系数(mfcc)C程序-Speech Recognition feature extraction coefficient-America Fall cepstrum coefficients (mfcc) C Program
Platform: | Size: 11264 | Author: 刘强彦 | Hits:

[Speech/Voice recognition/combinePCXLIB

Description: 本程序包含语音压缩和语音识别领域所需的LPCC,MFCC特征提取算法以及语音端点检测源码。-This procedure includes voice compression and voice recognition requirements in the area of the LPCC, MFCC feature extraction algorithm, as well as voice activity detection source.
Platform: | Size: 101376 | Author: lvjie | Hits:

[Speech/Voice recognition/combineMFCCmodel

Description: 求mfcc的模块 的c文件!!mfcc模块在很多领域都可以用到-MFCC module for the c file! ! MFCC modules in many areas can be used
Platform: | Size: 1024 | Author: | Hits:

[Speech/Voice recognition/combinemfcc

Description: 语音处理中用于特征提取,mel倒谱系数法可以反映语音的动态特征。-Voice processing for feature extraction, mel cepstral coefficients method can reflect the dynamic characteristics of voice.
Platform: | Size: 4096 | Author: 方方 | Hits:

[Audio programmfcc

Description: 另一個提取MFCC參數的方法,加入DTW的計算-Another method of extracting MFCC parameters, by adding the calculation of DTW
Platform: | Size: 3072 | Author: 林昱宏 | Hits:

[Speech/Voice recognition/combineMFCC

Description: 说话人识别中mfcc参数的处理的主程序,包括参数提取、训练及识别。-Speaker Recognition MFCC parameters deal with the main program, including parameter extraction, training and recognition.
Platform: | Size: 7168 | Author: santa q | Hits:

[Speech/Voice recognition/combinemfcc

Description: 采用间接方法提取MEL倒谱,先计算自相关系数,然后由自相关系数计算LPC预测系数和反射系数,再计算LPC倒谱系数,最后由LPC倒谱系数计算MFCC 。-Indirect method of extracting MEL cepstrum, first calculating the autocorrelation coefficient, and then auto-correlation coefficient calculated by the LPC prediction coefficient and reflection coefficient, and then calculating the LPC cepstral coefficients, and finally by the LPC cepstral coefficient calculating MFCC.
Platform: | Size: 4114432 | Author: 大夹馅 | Hits:

[Othermfcc

Description: 非常详细的说明乐matlab的实现过长,既具有很好的参考价值-Very detailed description of the realization of matlab music is too long, both are very good reference value
Platform: | Size: 7168 | Author: ruanjun | Hits:

[DSP programmelbankm_c

Description: 本程序是提取语音MFCC参数的必经步骤,是求出mel三角滤波器器组的参数,网上只有matlab程序,没有C程序,本人花费两个星期的时间才转换成功,经DSP 的CCS环境调试成功。-This procedure is the extraction of voice MFCC parameters necessary step is to derive the triangular mel filter device group parameters, on-line only matlab procedures, no C program, I spent two weeks time to convert the success of the CCS environment by DSP debugging success.
Platform: | Size: 1024 | Author: 何正明 | Hits:

[DSP programreal_sequence_fft_c

Description: 这是一个对实数序列进行FFT变换求频谱的C语言程序,是提取语音MFCC参数的必经步骤,比一般的基于2或4的FFT能节约一半的存储空间和一半的运算量,经DSP的CCS调试成功,是本人改进的、用于本人导师故障诊断项目的一个源程序代码。-This is a real number sequences transform FFT spectrum for C language program is extracted voice MFCC parameters necessary steps than a typical 2 or 4 based on the FFT can save half the storage space and half of the computation by the DSP
Platform: | Size: 2048 | Author: 何正明 | Hits:

[Speech/Voice recognition/combinemfcc

Description: 该文件包括mfcc.h和mfcc.c两个文件,已经在C++6.0上调试通过,可以作为程序的一部分代码实用-The document included mfcc.h and mfcc.c two documents, has been in C++6.0 on debugging through, you can code as part of the procedures and practical
Platform: | Size: 4096 | Author: boss | Hits:

[Speech/Voice recognition/combinemfcc

Description: 语音识别中的mfcc源代码,有比较好的参考价值,希望能帮到需要它的人!-Speech Recognition mfcc source code, there is a better reference value, hoping to help those who need it!
Platform: | Size: 4096 | Author: 简菱 | Hits:

[Speech/Voice recognition/combinemfcc-extraction

Description: 语音识别中的mfcc参数提取程序,从HTK中剪出来的,结果和HTK得出来的一模一样(配置文件已给)。39维的,带能量。-mfcc extraction process.Come from the HTK
Platform: | Size: 320512 | Author: liu | Hits:

[Othermfcc

Description: mfcc c++ code This program is free software you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation either version 2 * of the License, or (at your option) any later version. -mfcc c++ code This program is free software you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation either version 2 * of the License, or (at your option) any later version.
Platform: | Size: 3072 | Author: befil | Hits:

[Data structsmfcc

Description: c语言版本的mfcc提取代码。适合新手使用。比较简单-c language version of the mfcc extraction code. Suitable for novice use. Simple
Platform: | Size: 3072 | Author: stupidboy | Hits:

[MFCC by C++

Description: wav音频读取,并且使用MFCC进行特征值提取,提取特征值存入TXT文档(Audio feature recognition)
Platform: | Size: 3915776 | Author: dongkai1994 | Hits:
« 12 3 4 »

CodeBus www.codebus.net